home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / e / easygui_.rea < prev    next >
Text File  |  1997-03-02  |  9KB  |  198 lines

  1. Short:  EasyGUI v3.3b.2 (multiple windows!)
  2. Author: jason@fsel.com (Jason R. Hulance)
  3. Type:   dev/e
  4.  
  5. New v3.3b.2 EasyGUI package
  6. ===========================
  7.  
  8. (v3.3b.2 is a minor update to v3.3b fixing a bug and adding a couple of
  9. features.)
  10.  
  11. Re-read Docs/EasyGUI.doc!
  12.  
  13. For the impatient, here is the big news:
  14.  
  15. - MAJOR CHANGE: made the main functions use a taglist for their optional
  16.   arguments (it was getting a bit ridiculous...).  This gives a bit more
  17.   flexibility for the programmer and makes for much more readable code, so
  18.   I'm afraid it was inevitable.  To ease the change-over a bit there is an
  19.   example module which gives the old style versions of the functions (just
  20.   for EasyGUI.m; you can do your own for EasyGUI_lite.m).
  21. - MAJOR ADDITION: support for multi-window GUIs.  This is via the
  22.   multiinit(), addmultiA(), multimessage(), cleanmulti() and checkmulti()
  23.   functions.  The new scheme shares message ports, and efficiently
  24.   dispatches on the message data.  This is *massively* more efficient than
  25.   using the old scheme (OR-ing the signal masks of each window), and
  26.   effectively removes the limit of windows that a GUI can use.
  27.  
  28.  
  29. Installing the modules
  30. ----------------------
  31. Copy the files from the sub-directories of the Modules directory to the
  32. same place in your emodules: directory.  Note: there are some updates to
  33. the typed modules of the v3.2a distribution included.
  34.  
  35. Installing the .gadget and .image files
  36. ---------------------------------------
  37. Copy the .gadget and .image files from the sub-directories of the Classes
  38. directory to the same place in your sys:classes directory (or at least,
  39. somewhere so that libs:gadgets/x.gadget and libs:images/x.image find the
  40. appropriate files).
  41.  
  42. PLUGINS
  43. -------
  44. There are now lots of examples of PLUGINs with full source code and some
  45. documentation.  Hopefully this will provoke some more interest in this
  46. area...  Also, there is a simplified way of using GadTools gadgets as
  47. PLUGINs, via gtrender().
  48.  
  49. Test files
  50. ----------
  51. There are several test files showing how to use the new features and new
  52. PLUGINs (in Src/EasyGUI/).
  53.  
  54. Feedback
  55. --------
  56. Please let me have some...
  57.  
  58. Copyright
  59. ---------
  60.  
  61. The .gadget and .image files are:
  62.  
  63.     Copyright (c) 1994 Commodore-Amiga, Inc.
  64.  
  65. and discussed further in Classes/GI1.Readme and Classes/GI1.License.
  66.  
  67. EasyGUI.m, EasyGUI_lite.m and alldist.e are:
  68.  
  69.    Copyright (c) 1994-6, Wouter van Oortmerssen and Jason R. Hulance.
  70.  
  71. All other files in this archive are:
  72.  
  73.    Copyright (c) 1996, Jason R. Hulance.
  74.  
  75. You are free to use these files in your own programs, and you may modify
  76. the souces supplied for your own purposes.  But it would be nice if you
  77. mention the wonderful Wouter and his amazing Amiga E every now and then...
  78.  
  79.  
  80. Well, have fun!
  81.  
  82.  
  83. Jason (jason@fsel.com)
  84.  
  85.  
  86. ============================= Archive contents =============================
  87.  
  88. Original  Packed Ratio    Date     Time    Name
  89. -------- ------- ----- --------- --------  -------------
  90.     4868    3038 37.5% 04-Dec-96 23:21:02 +button.gadget
  91.     6100    4011 34.2% 04-Dec-96 23:21:02 +calendar.gadget
  92.     6008    3133 47.8% 04-Dec-96 23:21:02 +tabs.gadget
  93.     5404    3403 37.0% 04-Dec-96 23:21:02 +tapedeck.gadget
  94.     1883     884 53.0% 04-Dec-96 23:21:22 +GI1.License
  95.      510     318 37.6% 04-Dec-96 23:22:00 +GI1.Readme
  96.     2920    2037 30.2% 04-Dec-96 23:19:24 +led.image
  97.     2117     861 59.3% 04-Dec-96 23:16:16 +animcontrol.doc
  98.     2565     877 65.8% 04-Dec-96 23:16:24 +button.doc
  99.     1752     787 55.0% 04-Dec-96 23:16:32 +calendar.doc
  100.     2383     995 58.2% 04-Dec-96 23:16:38 +colorwheel.doc
  101.    62136   23035 62.9% 23-Feb-97 11:30:10 +EasyGUI.doc
  102.     1878     846 54.9% 04-Dec-96 23:16:46 +gradient.doc
  103.     3326    1022 69.2% 04-Dec-96 23:16:54 +imagebutton.doc
  104.     1449     689 52.4% 04-Dec-96 23:17:06 +led.doc
  105.     1568     732 53.3% 04-Dec-96 23:16:08 +password.doc
  106.     1461     696 52.3% 04-Dec-96 23:17:28 +tabs.doc
  107.     1622     741 54.3% 04-Dec-96 23:17:34 +tapedeck.doc
  108.      514     295 42.6% 13-Feb-97 18:44:12 +ticker.doc
  109.      600     425 29.1% 12-Feb-97 19:57:16 +Tasks.m
  110.      242     129 46.6% 04-Dec-96 18:01:36 +button.m
  111.      502     275 45.2% 04-Dec-96 18:01:36 +calendar.m
  112.      490     265 45.9% 04-Dec-96 18:01:36 +colorwheel.m
  113.      154     100 35.0% 04-Dec-96 18:01:36 +gradientslider.m
  114.      316     190 39.8% 04-Dec-96 18:01:36 +tabs.m
  115.      288     160 44.4% 04-Dec-96 18:01:36 +tapedeck.m
  116.      114      65 42.9% 04-Dec-96 18:06:22 +collide.m
  117.     1898     893 52.9% 04-Dec-96 18:06:22 +gels.m
  118.     1458     571 60.8% 04-Dec-96 18:04:08 +gfxmacros.m
  119.      142      91 35.9% 04-Dec-96 18:00:54 +led.m
  120.      770     384 50.1% 04-Dec-96 18:02:48 +classes.m
  121.     3454    1346 61.0% 04-Dec-96 18:02:48 +gadgetclass.m
  122.     3690    1687 54.2% 04-Dec-96 18:05:02 +gadtools.m
  123.     2536    1067 57.9% 13-Feb-97 20:16:18 +animcontrol.m
  124.     2214     962 56.5% 13-Feb-97 20:16:18 +button.m
  125.     1778     863 51.4% 13-Feb-97 20:16:18 +calendar.m
  126.     2744    1099 59.9% 13-Feb-97 20:16:18 +colorwheel.m
  127.     2242    1015 54.7% 13-Feb-97 20:16:18 +gradient.m
  128.     2346    1019 56.5% 13-Feb-97 20:16:18 +imagebutton.m
  129.     1358     749 44.8% 13-Feb-97 20:16:18 +led.m
  130.     2542    1263 50.3% 13-Feb-97 20:16:18 +password.m
  131.     2006     976 51.3% 13-Feb-97 20:16:18 +tabs.m
  132.     2384    1001 58.0% 13-Feb-97 20:16:18 +tapedeck.m
  133.      558     329 41.0% 13-Feb-97 20:16:18 +ticker.m
  134.      172     149 13.3% 03-Dec-96 17:15:32 +copylist.m
  135.    29420   11228 61.8% 23-Feb-97 11:28:24 +EasyGUI.m
  136.    30382   11789 61.1% 23-Feb-97 11:28:24 +EasyGUI_debug.m
  137.    21634    8493 60.7% 23-Feb-97 11:28:24 +EasyGUI_lite.m
  138.      712     308 56.7% 23-Feb-97 11:28:24 +EasyGUI_notag.m
  139.      648     359 44.5% 03-Dec-96 22:18:26 +ghost.m
  140.      342     236 30.9% 02-Dec-96 18:25:28 +textlen.m
  141.     2776    1325 52.2% 22-Feb-97 20:47:32  README
  142.     7688    2034 73.5% 10-Feb-97 18:58:22 +alldist.e
  143.     9956    2476 75.1% 12-Feb-97 19:32:18 +alldist2.e
  144.      725     364 49.7% 10-Feb-97 18:59:34 +animcontrol_test.e
  145.     1096     436 60.2% 10-Feb-97 18:59:48 +button_test.e
  146.      853     452 47.0% 10-Feb-97 19:00:26 +calendar_test.e
  147.     1425     583 59.0% 10-Feb-97 19:01:10 +colorwheel_test.e
  148.      921     454 50.7% 10-Feb-97 19:01:28 +gradient_test.e
  149.     6107    1228 79.8% 10-Feb-97 19:01:44 +imagebutton_test.e
  150.     1134     552 51.3% 10-Feb-97 20:23:04 +led_test.e
  151.     3635    1489 59.0% 12-Feb-97 19:13:20 +led_test2.e
  152.     4546    1883 58.5% 13-Feb-97 17:31:38 +led_test3.e
  153.     3370    1388 58.8% 13-Feb-97 18:34:44 +led_test4.e
  154.      862     413 52.0% 10-Feb-97 19:02:28 +password_test.e
  155.      811     396 51.1% 10-Feb-97 19:02:42 +tabs_test.e
  156.      786     390 50.3% 10-Feb-97 19:08:40 +tabs_test2.e
  157.      714     366 48.7% 10-Feb-97 19:03:20 +tapedeck_test.e
  158.     1518     726 52.1% 10-Feb-97 18:29:54 +testaw.e
  159.      872     422 51.6% 11-Feb-97 10:35:18 +testchange.e
  160.     8051    2469 69.3% 12-Feb-97 19:35:42 +testchange2.e
  161.     2789    1011 63.7% 12-Feb-97 19:31:38 +testkey.e
  162.     1903     905 52.4% 13-Feb-97 20:37:46 +testmulti.e
  163.     1482     682 53.9% 22-Feb-97 20:48:28 +testmulti2.e
  164.      397     263 33.7% 13-Feb-97 20:42:56 +testqual.e
  165.      330     217 34.2% 13-Feb-97 17:42:42 +ticker_test.e
  166.     3106     986 68.2% 02-Feb-97 18:06:16 +animcontrol.e
  167.     2647     872 67.0% 02-Feb-97 18:06:52 +button.e
  168.     2058     791 61.5% 02-Feb-97 18:07:12 +calendar.e
  169.     3315     983 70.3% 02-Feb-97 18:07:58 +colorwheel.e
  170.     2441     906 62.8% 02-Feb-97 18:08:44 +gradient.e
  171.     3115     988 68.2% 02-Feb-97 18:09:12 +imagebutton.e
  172.     1350     636 52.8% 13-Feb-97 17:18:02 +led.e
  173.     3518    1417 59.7% 02-Feb-97 18:10:38 +password.e
  174.     2233     883 60.4% 02-Feb-97 18:11:08 +tabs.e
  175.     2593     854 67.0% 02-Feb-97 18:11:50 +tapedeck.e
  176.      416     241 42.0% 13-Feb-97 18:41:24 +ticker.e
  177.      194     150 22.6% 04-Dec-96 13:32:42 +copylist.e
  178.      861     256 70.2% 12-Feb-97 17:27:24 +EasyGUI_notag.e
  179.      712     308 56.7% 13-Feb-97 20:16:32 +easygui_notag.m
  180.      839     359 57.2% 04-Dec-96 10:44:26 +ghost.doc
  181.      745     362 51.4% 04-Dec-96 17:00:36 +ghost.e
  182.      307     189 38.4% 02-Dec-96 18:25:22 +textlen.e
  183.      391     162 58.5% 04-Dec-96 18:01:22 +button.e
  184.      608     283 53.4% 04-Dec-96 18:01:22 +calendar.e
  185.      664     269 59.4% 04-Dec-96 18:01:22 +colorwheel.e
  186.      203     104 48.7% 04-Dec-96 18:01:22 +gradientslider.e
  187.      335     208 37.9% 04-Dec-96 18:01:22 +tabs.e
  188.      354     151 57.3% 04-Dec-96 18:01:22 +tapedeck.e
  189.      111      75 32.4% 04-Dec-96 18:06:12 +collide.e
  190.     2140     842 60.6% 04-Dec-96 18:06:12 +gels.e
  191.     2020     742 63.2% 04-Dec-96 18:03:56 +gfxmacros.e
  192.      234     132 43.5% 04-Dec-96 18:00:44 +led.e
  193.      994     464 53.3% 04-Dec-96 18:03:08 +classes.e
  194.     4627    1291 72.0% 04-Dec-96 18:03:08 +gadgetclass.e
  195.     5018    1640 67.3% 04-Dec-96 18:05:12 +gadtools.e
  196. -------- ------- ----- --------- --------
  197.   343496  138354 59.7% 26-Feb-97 06:52:36   106 files
  198.